home *** CD-ROM | disk | FTP | other *** search
- ProductName="Europress GCSE Maths demo"
- productMenuName="GCSE Maths"
- ProductVersion="1.6"
-
- InstallTitle=$ProductName$&" Installation"
-
- DefaultInstallDrive=$windowDrive$
- DefaultInstallDirectory="\Program Files\GCSE DEMO"
-
- mathsDeleteInformation="maths.del"
- programGroupName="Europress GCSE Demo"
- programMainMenuName="GCSE Maths"
- productHelpFileDir="\maths\"
- productReadMeFile="\maths\readme.txt"
- productExecutable="\maths\Maths.exe"
- productIcon="\submath.bmp"
- productInfoFile="\maths.ini"
- productTutorFile="pythagx.bmp"
- productSubDirectory="\Maths"
- productDataName="Demo_Maths_data_file"
-
- 'Find out the last installation directory
- checkKey=".DPM"
-
- '############################################################
- '####### Beyond this point there is nothing to modify #######
- '############################################################
-
-
- <PromptUser>
-
- productInstallDirectory=$installDirectory$&$productSubDirectory$
-
- ' **************************************
- ' ******** COPY ALL THESE FILES ********
- ' **************************************
-
- shared=false
-
- ' product executable
- copy $productExecutable$,$InstallDirectory$&"\"&$productExecutable$
-
-
- ' product help file
- copy "gcse.hlp",$InstallDirectory$&"\"&$productHelpFileDir$&"gcse.hlp"
- copy "Tutorial.hlp",$InstallDirectory$&"\"&$productHelpFileDir$&"Tutorial.hlp"
- copy "Tutorial.cnt",$InstallDirectory$&"\"&$productHelpFileDir$&"Tutorial.cnt"
-
-
- ' uninstall program
- copy "dgcsedel.exe",$windowDirectory$&"\"&"dgcsedel.exe"
-
- ' uninstall information
- copy $mathsDeleteInformation$,$installDirectory$&"\"&$mathsDeleteInformation$
-
-
-
-
- '******
- ' Copy the maths language file
- copy "program.txt",$InstallDirectory$&"\maths\program.txt"
-
- ' The ocx's
- shared=true
- readLibraryVersion=true
-
- 'The font file
- copy "screrg__.ttf",$windowDirectory$&"\fonts\screrg__.ttf"
-
- ' The Ocx's
- copy "OCXs\COMDLG32.OCX",$windowSystem$&"\COMDLG32.OCX"
- copy "OCXs\TABCTL32.OCX",$windowSystem$&"\TABCTL32.OCX"
- copy "OCXs\RICHTX32.OCX",$windowSystem$&"\RICHTX32.OCX"
- copy "OCXs\COMCTL32.OCX",$windowSystem$&"\COMCTL32.OCX"
- copy "OCXs\DBLIST32.OCX",$windowSystem$&"\DBLIST32.OCX"
- copy "OCXs\DBGRID32.OCX",$windowSystem$&"\DBGRID32.OCX"
- copy "OCXs\MCI32.OCX",$windowSystem$&"\MCI32.OCX"
-
- ' The Dll's
- copy "dlls\SATtrans.dll",$windowSystem$&"\SATtrans.dll"
- copy "dlls\RichEd32.dll",$windowSystem$&"\RichEd32.dll"
- copy "dlls\DAO350.DLL",$windowSystem$&"\DAO350.DLL"
- copy "dlls\MSJtEr35.dll",$windowSystem$&"\MSJtEr35.dll"
- copy "dlls\MSJInt35.dll",$windowSystem$&"\MSJInt35.dll"
- copy "dlls\MSVCRT40.dll",$windowSystem$&"\MSVCRT40.dll"
- copy "dlls\MSJet35.dll",$windowSystem$&"\MSJet35.dll"
- copy "dlls\VBAJet32.dll",$windowSystem$&"\VBAJet32.dll"
- copy "dlls\VB5DB.dll",$windowSystem$&"\VB5DB.dll"
- copy "dlls\MSRD2x35.dll",$windowSystem$&"\MSRD2x35.dll"
- copy "dlls\MsRepl35.dll",$windowSystem$&"\MsRepl35.dll"
- copy "dlls\ODBCJt32.dll",$windowSystem$&"\ODBCJt32.dll"
- copy "dlls\ODBCJI32.dll",$windowSystem$&"\ODBCJI32.dll"
- copy "dlls\ODBCTL32.dll",$windowSystem$&"\ODBCTL32.dll"
-
- readLibraryVersion=false
-
-
- '******
-
- 'Create The main menu link
- ProgramItem=$programGroupName$&"\"&$programMainMenuName$,$installDirectory$&"\maths\maths.exe"
-
- 'Create Maths component link
- 'ProgramItem=$programGroupName$&"\"&$productMenuName$&"\"&$productMenuName$,$installDirectory$&$productExecutable$
-
- 'Create Remove part/all GCSE component link
- 'programItem=$programGroupName$&"\Uninstall",$windowDirectory$&"\gcsedel.exe"
-
- shared=false
- 'copy "readme.txt",$windowMenuPrograms$&"\"&$programGroupName$&"\readme.txt"
- 'copy $productReadMeFile$,$windowMenuPrograms$&"\"&$programGroupName$&"\"&$productReadMeFile$
-
- addKey=$ProductDataName$
-